net/http.Server.doKeepAlives (method)

3 uses

	net/http (current package)
		server.go#L1261: 	keepAlivesEnabled := w.conn.server.doKeepAlives()
		server.go#L2026: 		if !w.conn.server.doKeepAlives() {
		server.go#L3185: func (s *Server) doKeepAlives() bool {